home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / ODFLibrary / Include / ODFLibrary.hpp next >
Encoding:
Text File  |  1996-04-25  |  516 b   |  24 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //        
  3. //    File:                ODFLibrary.hpp
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef ODFLIBRARY_HPP
  11. #define ODFLIBRARY_HPP
  12.  
  13. #include "ODConfig.h"
  14.  
  15. // Just include the highest layer hpp files
  16.  
  17. #ifndef FWOS_HPP
  18. #include "FWOS.hpp"
  19. #endif
  20.  
  21. #endif // ODFLIBRARY_HPP
  22.  
  23.  
  24.